home *** CD-ROM | disk | FTP | other *** search
- SP Get Attr (reference; rate; pitch) -> err
-
- reference integer specifys the channel you want to use. Use
- the reference number obtained from the
- SP Open Voice function. The channel must be
- open.
- rate integer returns the rate in Words per Minute (WPM)
- currently used.
- pitch integer returns the pitch in Hertz currently used.
- err integer returns the error which occured.
- A value of zero indicates no error occured. See
- below for a list of possible errors.
-
- Get the rate and pitch of the specified voice.
-
- Example:
- $err := SP Get Attr ($speechref;$rate;$pitch)
-
- Possible errors:
- 0 No Error
- -4 Speech Pack can not be used (Speech Mgr not available)
- -3000 Invalid SpeechChannel parameter, probably invalid reference
- number
-
-
-
-